ChildItemsPath Property (Sunburst<T>)
In This Topic
Gets or sets the name of the property (or properties) used to generate child items in hierarchical data.
Syntax
'Declaration
Public Property ChildItemsPath As String
public string ChildItemsPath {get; set;}
See Also